home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM30 / TFORM30.txt
Text File  |  2000-07-30  |  810b  |  46 lines

  1. object Form30: TForm30
  2.   Left = 423
  3.   Top = 289
  4.   Width = 252
  5.   Height = 113
  6.   Caption = 'Filter Strength'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 84
  20.     Height = 16
  21.     Caption = 'Filter Strength:'
  22.   end
  23.   object ComboBox1: TComboBox
  24.     Left = 120
  25.     Top = 8
  26.     Width = 97
  27.     Height = 24
  28.     ItemHeight = 16
  29.     Items.Strings = (
  30.       'Low'
  31.       'Medium'
  32.       'High')
  33.     TabOrder = 0
  34.     Text = 'Medium'
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 96
  38.     Top = 48
  39.     Width = 75
  40.     Height = 25
  41.     TabOrder = 1
  42.     OnClick = BitBtn1Click
  43.     Kind = bkOK
  44.   end
  45. end
  46.